home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / tex / tetex / distrib / install.bin < prev    next >
Text File  |  1996-11-16  |  7KB  |  165 lines

  1. ===========================================================================
  2.  
  3.     teTeX-0.3.4 installation instructions (using precompiled binaries)
  4.  
  5. ===========================================================================
  6.  
  7.     1) getting the archives
  8.     2) unpack the files with install.sh or manually:
  9.       a) run install.sh
  10.           b) manual installation
  11.     A) appendix: overview about the files in this distribution
  12.  
  13. ===========================================================================
  14.  1) getting the archives
  15. ===========================================================================
  16.  
  17. If starting from nil, and you do not wish to recompile the binaries,
  18. approximately the following sequence of commands will get the files you
  19. need to install teTeX.
  20.  
  21. # mkdir /usr/local/temp
  22. # cd /usr/local/temp
  23. # mkdir binaries base doc fonts
  24. # ftp sunsite.informatik.rwth-aachen.de  [substitute the archive nearest to you]
  25. ftp> cd /pub/comp/tex/teTeX/distrib   [modify as needed for the given archive]
  26. ftp> bin
  27. ftp> dir binaries
  28. ftp> prompt
  29. ftp> mget install.sh base doc fonts binaries/i486-linux.tar.gz
  30. ftp> quit
  31.  
  32. You should look at the output of the "dir binaries" command and substitute
  33. the appropriate file(s) in place of "i486-linux.tar.gz".
  34.  
  35. When you are done with the installation (below), you may go back and delete
  36. the contents of /usr/local/temp.
  37.  
  38. ===========================================================================
  39.  2a) run install.sh
  40. ===========================================================================
  41. To run install.sh, you need a sh compatible shell that knows the feature
  42. of shell functions. /bin/sh is ok on most systems, but on Ultrix, you
  43. cannot use /bin/sh. Use /bin/sh5 or bash instead. Then run the install.sh
  44. script with that shell.
  45.  
  46. Example 1:
  47.     /bin/sh install.sh
  48.  
  49. Example 2: (Ultrix)
  50.     /bin/sh5 install.sh
  51.  
  52. ===========================================================================
  53.  2b) manual installation
  54. ===========================================================================
  55.   - the archives will unpack into a subdirectory teTeX so you do not need
  56.     to create a new subdirectory by hand.
  57.   - cd to the directory where you want to have the teTeX installation, e.g.
  58.     /usr/local:
  59.     cd /usr/local
  60.   - set your umask to 0 to unpack with the correct permissions (or use
  61.     the 'p' flag of tar, but this does not work with some broken tar versions)
  62.   - unpack the archives you want to install (including binaries):
  63.         gzip -dc tetex-base.tar.gz | tar -xvf -
  64.         gzip -dc latex-base.tar.gz | tar -xvf -
  65.         ...
  66.    - you may optionally rename the teTeX directory. Example:
  67.     mv teTeX TeX
  68.   - optionally move the binaries one level up and remove the empty
  69.     subdirectory, if you only want to use teTeX on one platform.
  70.     Example:
  71.     cd teTeX/bin/i486-linux
  72.     mv * ..
  73.     cd ..
  74.     rmdir i486-linux
  75.     You need to adjust the texmf.cnf file, too. See the README in teTeX/bin
  76.     and edit teTeX/texmf.cnf:
  77.     more README
  78.     vi ../texmf.cnf
  79.    - make sure, the binaries are found along your PATH. Either create
  80.      symlinks to a standard directory or change your PATH. Example:
  81.     symlinks:
  82.         ln -s /usr/local/teTeX/bin/i486-linux/* /usr/local/bin
  83.         PATH change sh/ksh/bash:
  84.         PATH=/usr/local/teTeX/bin/i486-linux:$PATH; export PATH
  85.         PATH change csh/tcsh:
  86.         setenv PATH /usr/local/teTeX/bin/i486-linux:$PATH
  87.     - run texhash and texconfig and change what you need:
  88.     texhash
  89.     texconfig
  90.     You are done!
  91.  
  92. ===========================================================================
  93.  A) appendix: overview about the files in this distribution
  94. ===========================================================================
  95.  
  96. The installation script:
  97.   install.sh
  98.  
  99. The packages that contain the binaries:
  100.  
  101.   filename                platform
  102.   --------------------------------------------------------------------------
  103.   binaries/alpha-osf2.0.tar.gz        Digital UNIX V2.0 Alpha
  104.   binaries/alpha-osf3.2.tar.gz        Digital UNIX V3.2 Alpha-AXP
  105.   binaries/hppa1.1-hpux10.01.tar.gz    HP-UX 10.01 9000/710
  106.   binaries/hppa1.1-hpux9.01.tar.gz    HP-UX  9.01 9000/710
  107.   binaries/i386-bsdi2.0.tar.gz        BSDI 2.0 Intel
  108.   binaries/i386-freebsd2.0.5.tar.gz    FreeBSD 2.0.5 Intel
  109.   binaries/i386-freebsd2.1.0.tar.gz    FreeBSD 2.1.0 Intel
  110.   binaries/i386-freebsd2.1.5.tar.gz    FreeBSD 2.1.5 Intel
  111.   binaries/i386-netbsd1.0.tar.gz    NetBSD 1.0 Intel
  112.   binaries/i386-netbsd1.1.tar.gz    NetBSD 1.1 Intel
  113.   binaries/i486-linux.tar.gz        Linux (ELF) Intel
  114.   binaries/i486-linuxaout.tar.gz    Linux (a.out) Intel
  115.   binaries/m68k-linux.tar.gz        Linux (ELF) Motorola
  116.   binaries/m68k-linuxoldld.tar.gz    Linux (a.out) Motorola
  117.   binaries/mab-nextstep3.tar.gz        NEXTSTEP (NeXT,Intel,HP-PA,SPARC)
  118.   binaries/mips-irix5.2.tar.gz        SGI Irix 5.2
  119.   binaries/mips-irix5.3.tar.gz        SGI Irix 5.3
  120.   binaries/mips-ultrix4.4.tar.gz    DEC Ultrix 4.4
  121.   binaries/rs6000-aix3.2.tar.gz        IBM AIX 3.2   RS6000
  122.   binaries/rs6000-aix4.1.1.tar.gz    IBM AIX 4.1.1 RS6000
  123.   binaries/sparc-solaris2.4.tar.gz    SUN Solaris 2.4 Sparc
  124.   binaries/sparc-solaris2.5.tar.gz    SUN Solaris 2.5 Sparc
  125.   binaries/sparc-sunos4.1.3.tar.gz    SUN SunOS 4.1.3 Sparc
  126.  
  127.  
  128.   filename                            content
  129.   --------------------------------------------------------------------------
  130.   base/install.sh                  copy of the installation script
  131.   base/latex-base.tar.gz              a small LaTeX system, needs tetex-base
  132.   base/tetex-base.tar.gz              a very basic TeX system
  133.  
  134.   filename                            content
  135.   --------------------------------------------------------------------------
  136.   goodies/amstex.tar.gz               more mathematics for TeX
  137.   goodies/bibtex.tar.gz               a tool to make a bibliography for (La)TeX
  138.   goodies/latex-extra.tar.gz          a lot of extra packages for LaTeX
  139.   goodies/pictex.tar.gz               portable pictures with (La)TeX
  140.  
  141.   filename                            documentation
  142.   --------------------------------------------------------------------------
  143.   doc/ams-doc.tar.gz                  d. about AMS fonts, AMSLaTeX and AMSTeX
  144.   doc/babel-doc.tar.gz                d. about the babel system
  145.   doc/bibtex-doc.tar.gz               d. about the bibtex program
  146.   doc/dcfonts-doc.tar.gz              d. about DC fonts
  147.   doc/eplain-doc.tar.gz               extended plain format
  148.   doc/fontname-doc.tar.gz             File names for TeX fonts (Karl Berry)
  149.   doc/general-doc.tar.gz              TeX-FAQ, ftp locations, TDS, ...
  150.   doc/latex-doc.tar.gz                much documentation about LaTeX
  151.   doc/makeindex-doc.tar.gz            a general purpose index formater
  152.   doc/oldgerman-doc.tar.gz            d. about old german fonts
  153.   doc/programs-doc.tar.gz             Kpathsea, dvipsk, makeinfo, texinfo
  154.   doc/texdraw-doc.tar.gz              d. about the texdraw macros
  155.  
  156.   filename                            fonts
  157.   --------------------------------------------------------------------------
  158.   fonts/adobe-fonts.tar.gz            PostScript fonts from Adobe
  159.   fonts/ams-fonts.tar.gz              AMS fonts
  160.   fonts/bitstrea-fonts.tar.gz         charter fonts (from Bitstream)
  161.   fonts/dc-fonts.tar.gz               DC fonts
  162.   fonts/misc-fonts.tar.gz             gothic, concrete, pandora, rsfs fonts
  163.   fonts/sauter-fonts.tar.gz           sauter fonts
  164.   fonts/wasy-fonts.tar.gz             WASY symbol font
  165.